This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: continuing after exception on addDocument() in JAVA ~Umberto Nongeroson 23.Jan.04 08:54 PM a Web browser Domino Server All ReleasesWindows 2000
Use a separate try-catch block, but don't do anything radical in the catch. Appending an error message to a string that isn't used elsewhere is a good start -- you can always write it to a log or message it for debugging purposes, and ignore it during normal runs. Uncaught local exceptions go to the "teminate with extreme prejudice" catch block (the one with e.printStackTrace()).